home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / Cobian Backup 7.4.5.343 / Cb7Setup.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  2005-12-16  |  15KB  |  542 lines

  1. object MainForm: TMainForm
  2.   Left = 354
  3.   Top = 213
  4.   BorderStyle = bsDialog
  5.   Caption = 'Changed at run time'
  6.   ClientHeight = 371
  7.   ClientWidth = 527
  8.   Color = clMoneyGreen
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Verdana'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object Logo: TImage
  25.     Left = 28
  26.     Top = 3
  27.     Width = 450
  28.     Height = 80
  29.     AutoSize = True
  30.     Picture.Data = {<image000.jpg>}
  31.   end
  32.   object PageControl: TPageControl
  33.     Left = 0
  34.     Top = 86
  35.     Width = 527
  36.     Height = 285
  37.     ActivePage = tab_License
  38.     Align = alBottom
  39.     TabOrder = 0
  40.     OnChanging = PageControlChanging
  41.     object tab_License: TTabSheet
  42.       Caption = '&License'
  43.       object rb_NotAccept: TRadioButton
  44.         Left = 265
  45.         Top = 188
  46.         Width = 248
  47.         Height = 17
  48.         Caption = 'I do NOT accept the license'
  49.         Checked = True
  50.         TabOrder = 0
  51.         TabStop = True
  52.         OnClick = CheckPage0
  53.       end
  54.       object rb_Accept: TRadioButton
  55.         Left = 23
  56.         Top = 188
  57.         Width = 230
  58.         Height = 17
  59.         Caption = '&I accept  the license'
  60.         TabOrder = 1
  61.         TabStop = True
  62.         OnClick = CheckPage0
  63.       end
  64.       object m_License: TRichEdit
  65.         Left = 0
  66.         Top = 0
  67.         Width = 519
  68.         Height = 181
  69.         Align = alTop
  70.         ReadOnly = True
  71.         ScrollBars = ssBoth
  72.         TabOrder = 2
  73.         WordWrap = False
  74.       end
  75.       object Panel0: TPanel
  76.         Left = 0
  77.         Top = 213
  78.         Width = 519
  79.         Height = 41
  80.         Align = alBottom
  81.         BevelInner = bvRaised
  82.         BevelOuter = bvLowered
  83.         ParentColor = True
  84.         TabOrder = 3
  85.         object b_Next0: TButton
  86.           Left = 435
  87.           Top = 10
  88.           Width = 75
  89.           Height = 25
  90.           Caption = '&Next'
  91.           Enabled = False
  92.           TabOrder = 2
  93.           OnClick = b_Next0Click
  94.         end
  95.         object b_Cancel0: TButton
  96.           Left = 343
  97.           Top = 10
  98.           Width = 75
  99.           Height = 25
  100.           Cancel = True
  101.           Caption = '&Cancel'
  102.           TabOrder = 1
  103.           OnClick = CancelClick
  104.         end
  105.         object cb_File: TComboBox
  106.           Left = 8
  107.           Top = 8
  108.           Width = 145
  109.           Height = 24
  110.           Style = csDropDownList
  111.           ItemHeight = 16
  112.           ItemIndex = 0
  113.           TabOrder = 0
  114.           Text = 'License'
  115.           OnChange = cb_FileChange
  116.           Items.Strings = (
  117.             'License'
  118.             'Readme'
  119.             'History')
  120.         end
  121.       end
  122.     end
  123.     object tab_Warning: TTabSheet
  124.       Caption = 'Warning'
  125.       ImageIndex = 4
  126.       object i_Warning: TImage
  127.         Left = 4
  128.         Top = 4
  129.         Width = 93
  130.         Height = 205
  131.         Picture.Data = {<image001.jpg>}
  132.       end
  133.       object m_Warning: TMemo
  134.         Left = 104
  135.         Top = 4
  136.         Width = 409
  137.         Height = 183
  138.         Lines.Strings = (
  139.           'FIREWALL WARNING !!!'
  140.           ''
  141.           'This software contains several parts that need to '
  142.           'communicate with each other. The working part (the '
  143.           '"engine") and the user interface communicate via '
  144.           'TCP/IP. Both programs only accept connections '
  145.           'from the local host (YOUR MACHINE) and don'#39't accept '
  146.           'connections from external computers  by default.'
  147.           ''
  148.           'Some firewalls (most notoriously Zone Alarm) show the '
  149.           'TCP activity going on in the local host, thus wasting '
  150.           'system resources and wrongly alarming the average '
  151.           'users about the program "sending information" or '
  152.           '"acting as a server", which is right but ONLY for the '
  153.           'local host.'
  154.           ''
  155.           'Other, more intelligent firewalls, choose to rightly ignore '
  156.           'this activity and concentrate on REAL threats instead.'
  157.           ''
  158.           'In you want to learn more about this, please read the '
  159.           'FAQ in the help file. Please do NOT mail me asking about'
  160.           'network activity!!!!!! ')
  161.         ReadOnly = True
  162.         ScrollBars = ssVertical
  163.         TabOrder = 0
  164.       end
  165.       object Panel4: TPanel
  166.         Left = 0
  167.         Top = 213
  168.         Width = 519
  169.         Height = 41
  170.         Align = alBottom
  171.         BevelInner = bvRaised
  172.         BevelOuter = bvLowered
  173.         ParentColor = True
  174.         TabOrder = 1
  175.         object b_NextWarning: TButton
  176.           Left = 435
  177.           Top = 10
  178.           Width = 75
  179.           Height = 25
  180.           Caption = '&Next'
  181.           Default = True
  182.           TabOrder = 2
  183.           OnClick = b_NextWarningClick
  184.         end
  185.         object b_CancelWarning: TButton
  186.           Left = 343
  187.           Top = 10
  188.           Width = 75
  189.           Height = 25
  190.           Cancel = True
  191.           Caption = '&Cancel'
  192.           TabOrder = 1
  193.           OnClick = CancelClick
  194.         end
  195.         object b_PreviousWarning: TButton
  196.           Left = 252
  197.           Top = 10
  198.           Width = 75
  199.           Height = 25
  200.           Caption = '&Previous'
  201.           TabOrder = 0
  202.           OnClick = b_PreviousWarningClick
  203.         end
  204.       end
  205.       object cb_Warning: TCheckBox
  206.         Left = 104
  207.         Top = 192
  208.         Width = 397
  209.         Height = 17
  210.         Caption = 'I'#39'll educate myself and read the FAQ'
  211.         TabOrder = 2
  212.         OnClick = cb_WarningClick
  213.       end
  214.     end
  215.     object tab_Folders: TTabSheet
  216.       Caption = '&Folders'
  217.       ImageIndex = 1
  218.       object sb_Browse: TSpeedButton
  219.         Left = 478
  220.         Top = 33
  221.         Width = 25
  222.         Height = 25
  223.         Hint = 'Browse'
  224.         Glyph.Data = {
  225.           36030000424D3603000000000000360000002800000010000000100000000100
  226.           18000000000000030000120B0000120B00000000000000000000FF00FFFF00FF
  227.           FF00FF078DBE078DBE078DBE078DBE078DBE078DBE078DBE078DBE078DBE078D
  228.           BE078DBE1594C3FF00FFFF00FFFF00FF078DBE47BAE8078DBE96DEFD61CBF764
  229.           CDF764CDF865CDF765CDF866CEF85EC9F450B9E08BD5EA078DBEFF00FFFF00FF
  230.           078DBE4FC0EB078DBEA1E6FF6ED5FA71D6FB71D6FA72D6FB72D6FB73D7FC6AD2
  231.           F757BFE193DAEB078DBEFF00FF078DBE078DBE55C4EB078DBEA8ECFF78DDFB7C
  232.           DEFB7CDEFB7CDEFB7DDEFB7DDFFB74DAF85EC4E197DDEB078DBE078DBE47BAE8
  233.           078DBE5CCAED078DBEABF2FF7FE5FB83E6FC82E6FC83E6FC82E6FC83E7FD7AE2
  234.           F95CC6E198E0EB078DBE078DBE4FC0EB078DBE60CFEC078DBEEFFFFFB9FAFFBD
  235.           FBFFBEFBFFBDFBFFBDFBFFBFFCFFB5F6FF9ADCECBAEBF3078DBE078DBE55C4EB
  236.           078DBE6DD8EF078DBE078DBE078DBE078DBE078DBE078DBE078DBE078DBE078D
  237.           BE078DBE078DBE078DBE078DBE5CCAED078DBE8DEEFA8DEEFA8DEEFA8DEEFA8D
  238.           EEFA8DEEFA8DEEFA8DEEFA8DEEFA8DEEFA078DBEFF00FFFF00FF078DBE60CFEC
  239.           078DBEDEFEFFABFFFFACFFFFACFFFFAEFFFFAEFFFFAFFFFFAFFFFFB2FFFFA4FD
  240.           FF078DBEFF00FFFF00FF078DBE6DD8EF078DBE078DBEDEFDFE9FFCFEAEFDFE62
  241.           CEE4078DBE078DBE078DBE078DBE078DBE078DBEFF00FFFF00FF078DBE8DEEFA
  242.           8DEEFA8DEEFA078DBE078DBE078DBE078DBE8DEEFA8DEEFA8DEEFA078DBEFF00
  243.           FFFF00FFFF00FFFF00FF078DBEDEFEFFABFFFFACFFFFACFFFFAEFFFFAEFFFFAF
  244.           FFFFAFFFFFB2FFFFA4FDFF078DBEFF00FFFF00FFFF00FFFF00FFFF00FF078DBE
  245.           DEFDFE9FFCFEAEFDFE62CEE4078DBE078DBE078DBE078DBE078DBEFF00FFFF00
  246.           FFFF00FFFF00FFFF00FFFF00FFFF00FF078DBE078DBE078DBE078DBEFF00FFFF
  247.           00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  248.           FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  249.           FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  250.           00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF}
  251.         OnClick = sb_BrowseClick
  252.       end
  253.       object l_Status: TLabel
  254.         Left = 14
  255.         Top = 72
  256.         Width = 491
  257.         Height = 16
  258.         AutoSize = False
  259.       end
  260.       object e_Dir: TLabeledEdit
  261.         Left = 10
  262.         Top = 32
  263.         Width = 467
  264.         Height = 24
  265.         EditLabel.Width = 74
  266.         EditLabel.Height = 16
  267.         EditLabel.Caption = 'Install to...'
  268.         TabOrder = 0
  269.       end
  270.       object cb_Icons: TCheckBox
  271.         Left = 10
  272.         Top = 104
  273.         Width = 463
  274.         Height = 17
  275.         Caption = 'Create icons on the Start menu'
  276.         Checked = True
  277.         State = cbChecked
  278.         TabOrder = 1
  279.       end
  280.       object Panel1: TPanel
  281.         Left = 0
  282.         Top = 213
  283.         Width = 519
  284.         Height = 41
  285.         Align = alBottom
  286.         BevelInner = bvRaised
  287.         BevelOuter = bvLowered
  288.         ParentColor = True
  289.         TabOrder = 2
  290.         object b_Next1: TButton
  291.           Left = 435
  292.           Top = 10
  293.           Width = 75
  294.           Height = 25
  295.           Caption = '&Next'
  296.           Default = True
  297.           TabOrder = 2
  298.           OnClick = b_Next1Click
  299.         end
  300.         object b_Cancel1: TButton
  301.           Left = 343
  302.           Top = 10
  303.           Width = 75
  304.           Height = 25
  305.           Cancel = True
  306.           Caption = '&Cancel'
  307.           TabOrder = 1
  308.           OnClick = CancelClick
  309.         end
  310.         object b_Previous1: TButton
  311.           Left = 252
  312.           Top = 10
  313.           Width = 75
  314.           Height = 25
  315.           Caption = '&Previous'
  316.           TabOrder = 0
  317.           OnClick = b_Previous1Click
  318.         end
  319.       end
  320.     end
  321.     object tab_Settings: TTabSheet
  322.       Caption = '&Settings'
  323.       ImageIndex = 2
  324.       object l_Choose: TLabel
  325.         Left = 8
  326.         Top = 3
  327.         Width = 159
  328.         Height = 20
  329.         Caption = 'Installation type'
  330.         Font.Charset = DEFAULT_CHARSET
  331.         Font.Color = clWindowText
  332.         Font.Height = -17
  333.         Font.Name = 'Verdana'
  334.         Font.Style = [fsBold]
  335.         ParentFont = False
  336.       end
  337.       object rb_AutoAll: TRadioButton
  338.         Left = 8
  339.         Top = 29
  340.         Width = 441
  341.         Height = 17
  342.         Caption = 'As an application. Autostart for all users'
  343.         TabOrder = 0
  344.         OnClick = CheckPage2
  345.       end
  346.       object rb_AutoCurent: TRadioButton
  347.         Left = 8
  348.         Top = 54
  349.         Width = 449
  350.         Height = 12
  351.         Caption = 'As an application. Autostart for the current user'
  352.         TabOrder = 1
  353.         OnClick = CheckPage2
  354.       end
  355.       object rb_NoAuto: TRadioButton
  356.         Left = 8
  357.         Top = 74
  358.         Width = 401
  359.         Height = 17
  360.         Caption = 'As an application. No autostart'
  361.         TabOrder = 2
  362.         OnClick = CheckPage2
  363.       end
  364.       object rb_Service: TRadioButton
  365.         Left = 8
  366.         Top = 97
  367.         Width = 401
  368.         Height = 17
  369.         Caption = 'As a service (NT based systems only)'
  370.         TabOrder = 3
  371.         OnClick = CheckPage2
  372.       end
  373.       object MemoWarning: TMemo
  374.         Left = 32
  375.         Top = 40
  376.         Width = 449
  377.         Height = 81
  378.         Color = clYellow
  379.         Lines.Strings = (
  380.           'Important! If your computer is member of a domain, enter your '
  381.           'user as DOMAIN\UserName. Also be sure your password  is '
  382.           
  383.             'correct. If you enter the wrong ID or Password, you can fix it o' +
  384.             'n '
  385.           'the Control Panel. See the help file of the program for details.')
  386.         ReadOnly = True
  387.         TabOrder = 4
  388.         Visible = False
  389.       end
  390.       object GroupBox: TGroupBox
  391.         Left = 32
  392.         Top = 115
  393.         Width = 449
  394.         Height = 94
  395.         TabOrder = 5
  396.         object rb_Account: TRadioButton
  397.           Left = 208
  398.           Top = 13
  399.           Width = 233
  400.           Height = 17
  401.           Caption = 'Under the following account'
  402.           TabOrder = 1
  403.           OnClick = CheckPage2
  404.         end
  405.         object rb_LocalSystem: TRadioButton
  406.           Left = 16
  407.           Top = 13
  408.           Width = 185
  409.           Height = 17
  410.           Caption = 'Under the LocalSystem'
  411.           TabOrder = 0
  412.           OnClick = CheckPage2
  413.         end
  414.         object e_ID: TLabeledEdit
  415.           Left = 40
  416.           Top = 57
  417.           Width = 145
  418.           Height = 24
  419.           EditLabel.Width = 20
  420.           EditLabel.Height = 16
  421.           EditLabel.Caption = 'ID:'
  422.           TabOrder = 2
  423.           OnEnter = e_IDEnter
  424.           OnExit = e_IDExit
  425.         end
  426.         object e_Password: TLabeledEdit
  427.           Left = 216
  428.           Top = 57
  429.           Width = 145
  430.           Height = 24
  431.           EditLabel.Width = 62
  432.           EditLabel.Height = 16
  433.           EditLabel.Caption = 'Password'
  434.           PasswordChar = '*'
  435.           TabOrder = 3
  436.         end
  437.       end
  438.       object Panel2: TPanel
  439.         Left = 0
  440.         Top = 213
  441.         Width = 519
  442.         Height = 41
  443.         Align = alBottom
  444.         BevelInner = bvRaised
  445.         BevelOuter = bvLowered
  446.         ParentColor = True
  447.         TabOrder = 6
  448.         object b_Next2: TButton
  449.           Left = 435
  450.           Top = 10
  451.           Width = 75
  452.           Height = 25
  453.           Caption = '&Next'
  454.           Default = True
  455.           TabOrder = 2
  456.           OnClick = b_Next2Click
  457.         end
  458.         object b_Cancel2: TButton
  459.           Left = 343
  460.           Top = 10
  461.           Width = 75
  462.           Height = 25
  463.           Cancel = True
  464.           Caption = '&Cancel'
  465.           TabOrder = 1
  466.           OnClick = CancelClick
  467.         end
  468.         object b_Previous2: TButton
  469.           Left = 252
  470.           Top = 10
  471.           Width = 75
  472.           Height = 25
  473.           Caption = '&Previous'
  474.           TabOrder = 0
  475.           OnClick = b_Previous2Click
  476.         end
  477.       end
  478.     end
  479.     object tab_Install: TTabSheet
  480.       Caption = '&Install'
  481.       ImageIndex = 3
  482.       object Progress: TCobBar
  483.         Left = 7
  484.         Top = 12
  485.         Width = 506
  486.         Height = 16
  487.         ColorBorder = clNavy
  488.         ColorFace = 33023
  489.         ColorBack = 11323391
  490.         ColorScheme = ccOrange
  491.       end
  492.       object MemoLog: TRichEdit
  493.         Left = 4
  494.         Top = 40
  495.         Width = 511
  496.         Height = 169
  497.         ReadOnly = True
  498.         ScrollBars = ssBoth
  499.         TabOrder = 0
  500.       end
  501.       object Panel3: TPanel
  502.         Left = 0
  503.         Top = 213
  504.         Width = 519
  505.         Height = 41
  506.         Align = alBottom
  507.         BevelInner = bvRaised
  508.         BevelOuter = bvLowered
  509.         ParentColor = True
  510.         TabOrder = 1
  511.         object b_Done: TButton
  512.           Left = 435
  513.           Top = 10
  514.           Width = 75
  515.           Height = 25
  516.           Caption = '&Done'
  517.           Default = True
  518.           Enabled = False
  519.           TabOrder = 1
  520.           OnClick = b_DoneClick
  521.         end
  522.         object b_Cancel: TButton
  523.           Left = 343
  524.           Top = 10
  525.           Width = 75
  526.           Height = 25
  527.           Cancel = True
  528.           Caption = '&Cancel'
  529.           TabOrder = 0
  530.           OnClick = CancelClick
  531.         end
  532.       end
  533.     end
  534.   end
  535.   object Timer: TTimer
  536.     Enabled = False
  537.     OnTimer = TimerTimer
  538.     Left = 480
  539.     Top = 44
  540.   end
  541. end
  542.